configure.ac: Disable gzip tarball
authorMartin Nordholts <martinn@src.gnome.org>
Mon, 6 Sep 2010 06:35:17 +0000 (08:35 +0200)
committerMartin Nordholts <martinn@src.gnome.org>
Mon, 6 Sep 2010 06:35:17 +0000 (08:35 +0200)
We do releases with the bzip2 tarball, so don't bother creating a gzip
tarball.

configure.ac

index 21ea101e1feb2989fd37f440d9f73113c1cb4822..71eb46f5b593b0d73d3cbaa15a66110fff1e97a5 100644 (file)
@@ -94,7 +94,7 @@ AC_SUBST(PACKAGE_NAME)
 
 dnl ==========================================================================
 
-AM_INIT_AUTOMAKE(no-define)
+AM_INIT_AUTOMAKE(no-define no-dist-gzip)
 AM_CONFIG_HEADER(config.h)
 
 BABL_VARIADIC_MACROS